home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / CHIP / Testy software / Norton Confidental / NCO10IN.exe / Setup.loc / HTML / INSTALLOPTIONDEFAULT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-10-10  |  3.3 KB  |  227 lines

  1. @media screen, contrast-screen
  2. {
  3.     BODY
  4.     {
  5.         background-color:white;
  6.     }
  7.  
  8.     #TitleBar
  9.     {    
  10.         xborder: 1px solid green;
  11.         margin-left: 40px;
  12.         margin-right:1%%;
  13.         margin-top: 15px;
  14.         height:25px;
  15.         width:100%%;
  16.         font-size:19px;
  17.         letter-spacing:normal;
  18.         color:black;
  19.         font-family: Franklin Gothic Medium, Arial;
  20.         font-weight:bold;
  21.  
  22.     }
  23.  
  24.     #ExplanatoryText
  25.     {
  26.         margin-left:60px;
  27.         margin-right:1%%;
  28.         margin-top: 5px;
  29.         height:17px;
  30.         width:100%%;
  31.         font-family: Franklin Gothic Medium, Arial;
  32.         font-size:15px;
  33.     }
  34.  
  35.     .DescriptionText
  36.     {    
  37.         height:20px;
  38.         width:100%%;
  39.         margin-left:4%%;
  40.         font-size:14px;
  41.         letter-spacing:normal;
  42.         font-family: Franklin Gothic Medium, Arial;
  43.     }
  44.  
  45.     .Bolded
  46.     {
  47.         margin-left: 0%;
  48.         font-weight:bold;
  49.     }
  50.  
  51.     #OptionRegion
  52.     {
  53.         xborder: 1px solid red;
  54.         overflow:auto;
  55.         margin-top:10px;
  56.         margin-left:75px;
  57.         margin-right:75px;
  58.         height:100%%;
  59.         width:100%%;
  60.     }
  61.  
  62.     .Option
  63.     {
  64.         xborder: 1px solid green;
  65.         margin-top:20%%;
  66.     }
  67.  
  68.  
  69.     .OptionBox
  70.     {
  71.         border: 1px solid black;
  72.         margin-bottom:20px;
  73.         margin-right:1%%;
  74.         height:80;
  75.         width:100%%;
  76.     }
  77.  
  78.     #DestinationTitle
  79.     {
  80.         margin-top:7px;
  81.         margin-left:10px;
  82.         font-size:17px;
  83.         letter-spacing:normal;
  84.         font-weight:bold;
  85.         font-family: Franklin Gothic Medium, Arial;
  86.     }
  87.  
  88.     #DestinationText
  89.     {
  90.         margin-top:2px;
  91.         margin-bottom:1%%;
  92.         font-size:14px;
  93.         letter-spacing:normal;
  94.         font-family: Franklin Gothic Medium, Arial;
  95.     }
  96.  
  97.     #DestinationAlignmentBox
  98.     {
  99.         margin-left:40px;
  100.     }
  101.  
  102.     #DestinationInput
  103.     {
  104.         margin-top:4px;
  105.         width:350;
  106.         height:20px;
  107.         font-size: 14px;
  108.         font-family: Franklin Gothic Medium, Arial;
  109.         font-weight: bold;
  110.     }
  111.  
  112.     #DestinationLocationLine
  113.     {
  114.         flow:horizontal;
  115.         width:100%%;
  116.     }
  117.  
  118.     #DestinationBrowseButtonDiv
  119.     {
  120.         background-image: url(RegularButton.png);
  121.         width: 59px;
  122.         background:expand;
  123.         background-position:8px 5px 8px 5px;
  124.         text-align:center;
  125.         vertical-align:middle;
  126.         behavior:button;
  127.         font-family: Sans-Serif;
  128.         font-size: 8pt;
  129.         color:black;
  130.         margin-right: 10px;
  131.         margin-left:100%%;
  132.     }
  133.  
  134.     #DestinationBrowseButtonDiv:hover 
  135.     {
  136.         background-image: url(HoverButton.png);
  137.     }
  138.     #DestinationBrowseButtonDiv:active 
  139.     {
  140.         background-image: url(DepressedButton.png);
  141.     }
  142.     #DestinationBrowseButtonDiv:focus 
  143.     {
  144.         background-image: url(FocusButton.png);
  145.     }
  146.     #DestinationBrowseButtonDiv:focus:active
  147.     {
  148.         outline:none;
  149.     }
  150.  
  151.     #ProgressBar
  152.     {
  153.     margin-left:100%%;
  154.     margin-right:100%%;
  155.     }
  156.  
  157.     a
  158.     {
  159.         text-decoration:underline;
  160.     }
  161.  
  162.     .Hotlink
  163.     {
  164.         text-decoration:underline;
  165.     }
  166. }
  167.  
  168. @media contrast-screen
  169. {
  170.     BODY
  171.     {
  172.         background-color:Window;
  173.     }
  174.  
  175.     #TitleBar
  176.     {    
  177.         color:WindowText;
  178.     }
  179.  
  180.     #ExplanatoryText
  181.     {
  182.         color:WindowText;
  183.     }
  184.  
  185.     #OptionRegion
  186.     {
  187.         color:WindowText;
  188.     }
  189.  
  190.     .OptionBox
  191.     {
  192.         border: 1px solid WindowText;
  193.     }
  194.  
  195.     #DestinationBrowseButtonDiv
  196.     {
  197.         background-image: none;
  198.         border: 1px solid WindowText;
  199.         color:WindowText;
  200.         font-size: 15px;
  201.     }
  202.  
  203.     #DestinationBrowseButtonDiv:hover 
  204.     {
  205.         background-image: none;
  206.     }
  207.     #DestinationBrowseButtonDiv:active 
  208.     {
  209.         background-image: none;
  210.     }
  211.     #DestinationBrowseButtonDiv:focus 
  212.     {
  213.         background-image: none;
  214.     }
  215.  
  216.     a
  217.     {
  218.         text-decoration:underline;
  219.         color: WindowText;
  220.     }
  221.  
  222.     .Hotlink
  223.     {
  224.         text-decoration:underline;
  225.     }
  226. }
  227.